// // SLKTextView+TextInputMode.h // GF Offline Translator // // Created by Cenny Davidsson on 2015-05-05. // Copyright (c) 2015 Grammatical Framework. All rights reserved. // #import "SLKTextView.h" @interface SLKTextView (TextInputMode) @property (nonatomic,retain) NSString *userDefinedKeyboardLanguage; @end